Send focus events to the root
authorMatthias Clasen <mclasen@redhat.com>
Fri, 9 Oct 2020 03:06:07 +0000 (23:06 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 14 Oct 2020 19:05:46 +0000 (15:05 -0400)
commit9b26660095a9d8776418847e3c83ffaca4ef1a4d
tree2dea9bf6de4e92672b4333222db500558ba74b0a
parent8dce92e82b82dec47abc9a5e5e7a07fc704e4cf3
Send focus events to the root

We are not propagating focus change events, and that is the only
place where we are listening for focus change events. If GtkWindow
does not see focus-in events for its popovers, we end up with
inadvertendly inactive windows.

Fixes: #3240
gtk/gtkmain.c